FilterItem

data class FilterItem(val value: String, val name: String, val isDefault: Boolean = false)(source)

Represents an option in the filter

Constructors

Link copied to clipboard
constructor(value: String, name: String, isDefault: Boolean = false)

Properties

Link copied to clipboard

True if the options needs to be selected by default

Link copied to clipboard

The display name for this option

Link copied to clipboard

The value for this item